Gets the description of the category with the specified index.
HRESULT Category(long index, [out, retval] BSTR* pVal);
Category(long index, [out, retval] BSTR pVal);
Sub Category(index As long, pVal As [out, retval] BSTR)
Parameters |
Description |
[in] long index |
The category to retrieve. Valid indexes range from 1 to CategoryCount. |
[out, retval] BSTR* pVal |
The return value. |
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|